@import url(public.css?v=1.03);.header-center { height: 80px; background:#202020;overflow:hidden;}
.header-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.header-center .logo { max-width: 270px;padding-top:10px; overflow: hidden; float:left;}
.header-center .logo img { width: 100%;max-height:60px; display: block; }
.header-center .nav{float:right;}
.header-center .nav li { float: left; }
.header-center .nav li a { display: block; padding: 0 18px; height: 80px;line-height:80px; text-align: center; min-width: 70px; border-left: 1px solid transparent; border-right: 1px solid transparent; position: relative; color:#BEBEBF}
.header-center .nav li a::before { width: 100%; height: 4px; content: ''; display: none; left: 0; bottom: 0; position: absolute; background: #ff9800; }
.header-center .nav li a p { font-size: 16px; line-height: 30px; height: 30px; overflow: hidden; padding-top: 15px; }
.header-center .nav li a span { font-size: 12px; text-transform: capitalize; }
.header-center .nav li a:hover { color: #ff9800; background: #2d241e; }
.header-center .nav li a:hover::before { display: block; }
.header-center .nav li a:hover span { color: #1090dd; }
.header-center .nav .on a { color: #ff9800; font-weight: bold; background: #2d241e; }
.header-center .nav .on a::before { display: block; }
.header-center .nav .on a span { color: #1090dd; }
#menu-toggle {display: none;}
@media screen and (max-width: 1000px) {
    .header-center{height:42px;padding:5px 10px;}
    .header-center .logo{padding-top:0px;}
    .header-center .logo img{height:40px;}
    .header-center .nav{display:none;position:fixed;top:50px;left:0px;width:100%;height:100%;background:#000000;}
    .header-center .nav li{float:none;}
    .header-center .nav li a{height:40px;line-height:40px;width:auto;padding:0px 15px;}
    .menu-button-container {height: 35px;width: 30px;cursor: pointer;flex-direction: column;justify-content: center;align-items: center;float:right;margin-right:10px;}
    .menu-button,
    .menu-button::before,
    .menu-button::after {display: block;background-color: #ddd;position: absolute;height: 4px;width: 30px;transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);border-radius: 2px;}
    .menu-button{margin-top:17px;}
    .menu-button::before {content: "";margin-top: -10px;}
    .menu-button::after {content: "";margin-top: 10px;}
    #menu-toggle:checked + .menu-button-container .menu-button::before {margin-top: 0px;transform: rotate(405deg);}
    #menu-toggle:checked + .menu-button-container .menu-button {background: rgba(255, 255, 255, 0);}
    #menu-toggle:checked + .menu-button-container .menu-button::after {margin-top: 0px;transform: rotate(-405deg);}
    #menu-toggle ~ .header_box li {clear:both;  height: 0;  margin: 0;  padding: 0;  border: 0;  transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);}
    #menu-toggle:checked ~ .header_box a {border: 1px solid #333;  height: 2.5em;  padding: 0.5em;  transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);}
}

    .hot-game-box{position:relative;padding:15px 0px 15px 54px;overflow:hidden;background:#FFF;margin-bottom:20px;}
    .hot-game-box span{background:#ff6633;color:#FFF;writing-mode:tb-rl;position:absolute;display:flex;left:0px;top:0px;width:54px;height:100%;align-items: center;justify-content:center;border-radius:0 0.15rem 0.15rem 0;font-size:16px;}
    .hot-game-box ul li{float:left;width:103px;padding:0px 5px;text-align:center;}
    .hot-game-box ul li p{height:24px;line-height:24px;overflow:hidden;}
    .hot-game-box ul li p a{font-size:12px;}
    .hot-game-box ul li img{width:80px;height:80px;border-radius:15px;}
    @media screen and (max-width:1000px) {
        .hot-game-box{padding:8px 0px;margin-bottom:5px;}
        .hot-game-box span{display:none;}
        .hot-game-box ul li{width:18%;padding:5px 1%;}
        .hot-game-box ul li img{width:60px;height:60px;}
    }

.toutiao-l{width:400px;float:left;}
.banner{width:400px;height:300px;position:relative;}
.toutiao-game ul{overflow:hidden;padding-bottom:5px;padding-top:6px;clear:both;background:#FFF;}
.toutiao-game ul li{overflow:hidden;padding:9px;float:left;width:81px;text-align:center;}
.toutiao-game ul li img{width:81px;height:81px;border-radius:8px;}
.toutiao-game ul li p{font-size:12px;padding-top:8px;height:20px;line-height:20px;overflow:hidden;}
.toutiao-game ul li p:last-child{height:auto;}
.toutiao-game ul li span{font-size:12px;color:#999;}
.toutiao-game ul li .article-game-down{width:90px;text-align:center;display:inline-block;border:1px solid #ff9000;font-size:12px;color:#ff9000;height:20px;line-height:20px;border-radius:3px;}

.toutiao{width:452px;float:left;margin-left:12px;}
.toutiao ul{background:#FFF;padding:16px 15px 10px 15px;}
.toutiao li{clear:both;height:30px;line-height:30px;overflow:hidden;}
.toutiao li.toutiao-td{height:auto;padding-bottom:15px;margin-bottom:10px;border-bottom:1px solid #EEE;}
.toutiao li.toutiao-td p{clear:both;}
.toutiao li.toutiao-td p:nth-child(1){font-size:16px;}
.toutiao li.toutiao-td span{content:'头条';display:block;float:left;background:#fe8900;color:#fff;padding:0px 10px;line-height:30px;margin-right:15px;}
.toutiao li.toutiao-td p:nth-child(1) a{color:#fe8900;height:30px;overflow:hidden;}
.toutiao li.toutiao-td p:nth-child(2){color:#999;font-size:14px;padding-top:10px;height:40px;line-height:20px;overflow:hidden;}
.toutiao li a{float:left;max-width:330px;}
.toutiao li time{float:right;color:#999;}
.toutiao-r{width:288px;float:right;padding:15px;background:#FFF;}
.toutiao-r .game-qrcode{position:relative;padding-left:130px;height:118px;overflow:hidden;}
.toutiao-r .qrcode-data{position:absolute;left:0px;top:0px;}
.toutiao-r .game-qrcode p{padding-top:12px;text-align:center;}
.toutiao-r .game-qrcode p:nth-child(2){padding-top:6px;}
.toutiao-r .game-qrcode p .btn{width:100%;padding:0px;line-height:33px;}
.toutiao-r ul{padding-top:20px;}
.toutiao-r ul li{clear:both;padding:12px 0px; border-top:1px solid #EEE;}
.toutiao-r ul li p:nth-child(1){height:24px;overflow:hidden}
.toutiao-r ul li p:nth-child(2){height:44px;line-height:22px;overflow:hidden;font-size:12px;color:#999;}
@media screen and (max-width:1000px) {
    .toutiao-l{width:100%;}
    .banner{width:100%;}
    .toutiao-game ul li{padding:10px 0px 0px 1.6%;width:23%;text-align:center;}
    .toutiao-game ul li img{margin:0px auto;}
    .toutiao{margin-top:10px;margin-left:0px;width:auto}
    .toutiao-r{clear:both;width:auto;margin-top:10px;}
}

        .gamebox-downloads{background:#00b4fe;clear:both;padding:8px;overflow:hidden;margin-top:5px;}
        .gamebox-downloads a{display:block;}
        .gamebox-downloads img{margin-right:10px;float:left;width:48xpx;height:48x;border-radius:5px;}
        .gamebox-downloads i{position:absolute;right:-7px;top:-9px;display:inline-block;width:20px;height:20px;line-height:20px;text-align:center;border:1px solid #EEE;background:#FFF;cursor:pointer;border-radius:20px;color:#999;}
        .gamebox-downloads span:nth-child(2){font-size:12px;color:#FFF;}
        .gamebox-downloads span:nth-child(2) b{font-weight:bold;font-size:16px;}
        .gamebox-downloads span:nth-child(1){float:right;background:#FFF;color:#00b4fe;padding:4px 10px;border-radius:8px;display:inline-block;margin-top:10px;}

.game-title{height:48px;line-height:48px;border-bottom:1px solid #EEE;padding:0px 15px;}
.game-title h2{float:left;font-size:18px;}
.game-title a{float:right;}

.game-category{clear:both;background:#FFF;overflow:hiddenp;padding-bottom:15px;}
.game-category a{margin-left:15px;margin-top:15px;}

.game-list{clear:both;background:#FFF;margin-bottom:20px;}
.game-list ul{display:flex;flex-wrap:wrap;overflow:hidden;}
.game-list ul li{float:left;width:305px;margin-left:20px;padding:20px 70px 20px 0px;border-top:1px solid #EEE;position:relative;}
.game-list ul li:nth-child(1),.game-list ul li:nth-child(2){border-top:0px}
.game-list ul li img{width:88px;height:88px;border-radius:15px;float:left;margin-right:15px;}
.game-list ul li .gmaes-title a{font-size:18px;font-weight:bold;}
.game-list ul li .game-attr{padding-top:8px;}
.game-list ul li .game-attr span{color:#999;font-size:12px;margin-left:12px;}
.game-list ul li .game-attr span:nth-child(1){margin-left:0px;}
.game-list ul li .game-desc{font-size:14px;color:#666;padding-top:8px;height:40px;line-height:20px;overflow:hidden;}
.game-list ul li .game-download-btn{padding-top:10px;}
.game-list ul li .game-score{position:absolute;right:10px;top:10px;background:#EEE;width:60px;padding:10px 0px;text-align:center;color:#999;font-size:12px;}
@media screen and (max-width:1000px){
    .game-category a.btn{font-size:12px;overflow:hidden;text-align:center;margin-top:8px;width:22%;padding:0px;margin-left:2%;}
    .game-list ul li,.game-list ul li:nth-child(1),.game-list ul li:nth-child(2){float:none;margin-left:0px;padding:15px 70px 15px 15px;border-top:1px solid #EEE;}
}

.game-rank{background:#FFF;width:385px;float:left;margin-left:15px;}
.game-rank:nth-child(1){margin-left:0px;}
.game-rank .rank-tit{font-size:16px;height:56px;line-height:56px;border-bottom:1px solid #EEE;padding:0px 15px;}
.game-rank ul{overflow:hidden;padding:5px 15px}
.game-rank ul li{clear:bot;overflow:hidden;padding:10px 20px 10px 45px;line-height:26px;position:relative;border-bottom:1px solid #EEE;}
.game-rank ul li .game-rank-no{position:absolute;left:0px;top:12px;background:red;color:#fff;width:20px;height:20px;line-height:20px;text-align:center;font-size:12px;display:block;}
.game-rank ul li img{width:48px;height:48px;border-radius:8px;float:left;margin-right:15px;display:none;}
.game-rank ul li .game-rank-title{font-size:14px;line-height:26px;}
.game-rank ul li .game-rank-attr{font-size:12px;color:#999;padding-top:6px;display:none;}
.game-rank ul li .game-rank-detail{display:none;}
.game-rank ul li .game-rank-views{position:absolute;right:10px;top:10px;font-size:12px;color:#999;}
.game-rank ul li.active{padding-top:10px;pading-bottom:10px;}
.game-rank ul li.active img{display:block;}
.game-rank ul li.active .game-rank-no{top:24px;}
.game-rank ul li.active .game-rank-attr{display:block;}
.game-rank ul li.active .game-rank-detail{display:block;position:absolute;top:24px;right:0px;}
.game-rank ul li.active .game-rank-views{display:none;}
.game-rank-more{clear:both;text-align:center;padding:10px 0px 15px 0px;}
.game-rank-more a{background:#DDD;color:#333;width:138px;height:30px;line-height:30px;display:inline-block;border-radius:5px;}
@media screen and (max-width:1000px) {
    .game-rank{width:auto;float:none;margin-left:0px;}
}

.news-box{background:#FFF;overflow:hidden;padding:0px 15px 15px 15px;}
.news-box h2{font-size:16px;height:48px;line-height:48px;border-bottom:1px solid #EEE;}
.news-list{padding-top:15px;}
.news-list .news-left-box{width:390px;overflow:hidden;float:left;}
.news-list .news-left-box ul:nth-child(1){width:390px;height:260px}
.news-list .news-left-box ul:nth-child(1) li img{width:390px;height:260px;}
.news-list .news-left-box ul:nth-child(2){padding-top:8px;}
.news-list .news-left-box ul:nth-child(2) li{overflow:hidden;width:188px;}
.news-list .news-left-box ul:nth-child(2) li img{width:188px;height:135px;}
.news-list .news-left-box ul:nth-child(2) li p{height:30px;line-height:30px;overflow:hidden;padding-top:6px;text-align:center;}
.news-list .news-left-box ul:nth-child(2) li p a{color:#333;font-size:14px;}

.news-list .news-left-box ol{overflow:hidden;padding-bottom:11px;padding-top:6px;clear:both;}
.news-list .news-left-box ol li{overflow:hidden;padding:8px;float:left;width:81px;text-align:center;}
.news-list .news-left-box ol li img{width:81px;height:81px;border-radius:8px;}
.news-list .news-left-box ol li p{font-size:14px;padding-top:8px;height:26px;line-height:22px;overflow:hidden;}
.news-list .news-left-box ol li span{font-size:12px;color:#999;}
.news-list .news-left-box ol li .article-game-down{width:90px;text-align:center;display:inline-block;border:1px solid #ff9000;font-size:12px;color:#ff9000;height:20px;line-height:20px;border-radius:3px;}

.news-list .news-center-txt{width:755px;padding-left:15px;overflow:hidden;float:right;}
.news-list .news-center-txt ul li{padding:9px 0px 9px 18px;width:340px;overflow:hidden;float:left;}
.news-list .news-center-txt ul li img{width:90px;height:65px;border-radius:8px;float:left;margin-right:10px;}
.news-list .news-center-txt ul li p.news-title{height:30px;line-height:30px;overflow:hidden;margin-bottom:10px;}
.news-list .news-center-txt ul li p.news-title a{color:#333;font-size:16px;}
.news-list .news-center-txt ul li p time{float:left;font-size:14px;color:#999;}
.news-list .news-center-txt ul li p span{float:right;font-size:14px;color:#999;}
@media screen and (max-width:1000px) {
    .news-box{padding:0px;}
    .news-box h2{display:none;}
    .news-list{margin-top:8px;padding-top:0px;}
    .news-list .news-left-box{width:100%;}
    .news-list .news-left-box ol li{width:22.5%;margin-left:2.5%;padding:10px 0px;}
    .news-list .news-left-box ol li img{width:66px;height:66px;display:inline-block;margin:0px auto;}
    .news-list .news-left-box ol li p{font-size:12px;}
    .news-list .news-center-txt{width:auto;padding:12px;}
    .news-list .news-center-txt ul li p time{font-size:12px;}
    .news-list .news-center-txt ul li p span{font-size:12px;}
}


.ask-box{clear:both;overflow:hidden;background:#FFF;margin-top:20px;}
.ask-box-title{height:48px;line-height:48px;border-bottom:1px solid #EEE;padding:0px 15px;}
.ask-box-title h2{float:left;font-size:18px;}
.ask-box-title a{float:right;}
.ask-box ul{padding:10px 0px 10px 8px;float:left;width:355px;}
.ask-box ul li{position:relative;padding:8px 0px 8px 23px;border-left:1px solid #EEE;height:62px;}
.ask-box ul li::before{content:'';position:absolute;top:0px;left:-5px;width:8px;height:8px;border-radius:8px;background:#FFF;border:1px solid #EEE;}
.ask-box ul li:hover::before{background:#3C82FA;left:-8px;top:-2px;width:10px;height:10px;border-radius:10px;border:2px solid #DDD;}
.ask-box ul li img{width:48px;height:48px;border-radius:48px;float:left;margin-right:10px;}
.ask-box ul p span,.ask-box ul p time{font-size:12px;color:#999;margin-right:15px;}
.ask-box ul p:last-child{margin-top:6px;}
@media screen and (max-width:1000px) {
    .ask-box{margin-top:10px;}
    .ask-box ul{float:none;width:96%;padding:10px 2%}
    .ask-box ul li{padding:8px 8px 8px 23px;}
}

    .game-vs-list{background:#FFF;overflow:hidden;}
    .game-vs-list h3{padding:15px 0px 0px 15px;}
    .game-vs-list ul{padding:15px 0px;overflow:hidden;}
    .game-vs-list ul li{float:left;padding-left:15px;width:280px;height:30px;line-height:30px;overflow:hidden;}

    .foot-links{overflow:hidden;background:#2b2b2b;padding:10px 0px}
    .foot-links li{width:auto;margin-right:10px;float:left;height:35px;line-height:35px;overflow:hidden;}
    .foot-links a{color: #FFF;}
    .footer{background:#191919;text-align:center;padding:20px 0px;color:#CCC}
    .footer p{padding-top:5px;}
    .footer a{color:#CCC}
    @media screen and (max-width:1000px) {
        .game-vs-list ul li{float:none;width:auto;}
        body{padding-bottom:55px;}
        .footer{padding:10px}
        .foot-links{padding:10px}
    }